(dotimes, dolist): Undef prior to autoloading
authorDave Love <fx@gnu.org>
Mon, 5 Mar 2001 18:40:25 +0000 (18:40 +0000)
committerDave Love <fx@gnu.org>
Mon, 5 Mar 2001 18:40:25 +0000 (18:40 +0000)
new defs.

lisp/emacs-lisp/cl.el

index 1b8bb838a8f9bf34e8a275935cc0078194236bb2..66947c01daa431062ba1b95f7b257b6b0abe25e4 100644 (file)
@@ -552,6 +552,9 @@ Keywords supported:  :test :test-not :key"
   "Non-nil means don't make CL functions autoload.")
 
 ;;; Autoload the other portions of the package.
+;; We want to replace the basic versions of dolist, dotimes below.
+(fmakunbound 'dolist)
+(fmakunbound 'dotimes)
 (mapcar (function
         (lambda (set)
           (let ((file (if cl-fake-autoloads "<none>" (car set))))